<!DESCRIPTION>Pop-under windows are becoming increasing popular as a less intrusive alternative to popup windows. Use this script to add a pop-under window to your page; simply input the page/address to pop under, and off you go!
<!/DESCRIPTION>
<!CATEGORY>windows, remotes, frames<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<script>
//specify page to pop-under
var popunder="http://yahoo.com"
//specify popunder window features
//set 1 to enable a particular feature, 0 to disable
var winfeatures="width=800,height=510,scrollbars=1,resizable=1,toolbar=1,location=1,menubar=1,status=1,directories=0"
//Pop-under only once per browser session? (0=no, 1=yes)
//Specifying 0 will cause popunder to load every time page is loaded